You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxIntDiff Class > MtxIntDiff Methods > MtxIntDiff.QuadRegular Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxIntDiff.QuadRegular Method

Numerical integration by using optimized quadrature formula.

Syntax
C#
Visual Basic
public static double QuadRegular(TRealFunction Fun, double lb, double ub, [In] TMtxFloatPrecision FloatPrecision, [In] TVec Constants, [In] object[] ObjConst, TVec X0, TVec F0, out TIntStopReason StopReason, double Tolerance, int MaxIter, int MaxNInsert);

the numerical approximate on integral of function Fun between limits lb and ub.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!